home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / graph11.arc / DEMO2.BAT < prev    next >
DOS Batch File  |  1991-08-21  |  335b  |  7 lines

  1. @ echo off
  2. echo The following command line will display all points on test.dat
  3. echo and label the axis Charge distribution vs X
  4. echo                grapher test.dat all Charge distribution vs X
  5. echo Note: That keyword [all] is neccessary to plot all data & label it
  6. pause
  7. grapher test.dat  all Charge distribution vs X (No Zoom)